Bring notes to class that cover the following:
These notes should be written in sentences and paragraphs and must be turned in at the end of the class discussion. I may call on you to read your notes to the class as part of the discussion.
CSS stylesheet
###Useful Tip:
If you use Firefox or Chrome then installing one of the following extensions will make viewing images in lectures easier.
* Firefox - [Thumbnail Zoom Plus](https://addons.mozilla.org/en-US/firefox/addon/thumbnail-zoom-plus/?src=search)
* Chrome - [Hover Free](https://chrome.google.com/webstore/detail/hover-free/hcmnnggnaofmhflgomfjfbndngdoogkj) (Not to be confused with Hover Zoom.)
/* class = "max box" for img tags
<audio controls data-autoplay preload>
<source src="https://github.com/damontallen/Construction-Lectures-Fall-2014/raw/master/Intro/FILE%20NAME.mp3"
type='audio/mp3'>
<p><strong>Your user agent does not support the HTML5 Audio element or the files are missing.</strong></p>
</audio><a></a>
*/
class = "max box" == style="max-width:300px; max-height:300px; border:1px solid blue; float:left; margin-right:3px;"
important == <strong><font style="font:italic bold 16px arial;"> Text here </font></strong>
Example <important class="missing">Video Placeholder</important>
Picture Examples: (Right side)
<a href = "http://i.imgur.com/h7H0m0b.png"><img src="http://i.imgur.com/h7H0m0b.png" alt = "Elevated Slab with Worker"style="max-width:300px; max-height:300px; border:1px solid blue; float:right; margin-left:10px;"/></a>
(Left side)
<a href = "http://i.imgur.com/EWHj3eh.png"><img src="http://i.imgur.com/EWHj3eh.png" alt = "Braced Slab" Title = "Braced Slab"style="max-width:300px; max-height:300px; border:1px solid blue; float:left; margin-right:3px;"/></a>
(hover over image)
<a href="http://i.imgur.com/aTxezXX.png" id="Top Down Slab">
<img title="Top Down Slab (Bracing in the 60 ft direction)" alt = "Top Down Slab"
src="http://i.imgur.com/EL2FYDQ.png"
onmouseover="this.src='http://i.imgur.com/aTxezXX.png'".
onmouseout="this.src='http://i.imgur.com/EL2FYDQ.png'"
style="max-width:300px; max-height:300px; border:1px solid blue;
float:right; margin-left:10px;"/>
</a>